home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / gfx / conv / MetaView.readme < prev    next >
Text File  |  1996-12-07  |  6KB  |  175 lines

  1. Short:    MetaFileViewer-Convert AMF,WMF to CGM,GEM,EPS
  2. Author:   subvcbhd@dattel.zrz.tu-berlin.de
  3. Uploader: subvcbhd@dattel.zrz.tu-berlin.de
  4. Type:     gfx/conv
  5.  
  6. Requirement:  - any Amiga
  7.               - OS 2.x (only tested with 3.0)
  8.               - 1 MB RAM or better
  9.  
  10. Installation:
  11.   - doubleclick the install-icon.
  12. or
  13.   - copy the libs/amigametaformat.library to libs:
  14.   - create the drawer libs:AMF/
  15.   - copy all files from libs/AMF/ to libs:AMF/
  16. or
  17.   - doubleclick the test-icon
  18.  
  19. What is it?
  20.   Programm to view AmigaMeta(AMF)- and WindowsMeta(WMF)-Files and to save the
  21.   vectordrawing in AMF,CGM,GEM and EPS.
  22.  
  23.   There is also a menuitem for open CDR-Files, this is only for testing and
  24.   can extract the previewpicture. You can found this as 't:preview.bmp'.
  25.  
  26. And:
  27.   The binary are PD. You can use and spread it like you want. If you want the
  28.   source (written in E) please write me and send me some gifts (like money,
  29.   food, notebooks or something similar).
  30.   If you want more infos about AmigaMetaFileFormat, please look at Aminet
  31.   util/libs/AMF-Library.lha or ask your pd-dealer...
  32.  
  33. Bugs:
  34.   - Not all WMF-codes are supported, but the most WMF-files should work.
  35.   ATTENTION:
  36.   - There is a bug on some configurations, reported from S. Mueller, W. Meyer
  37.     and Goetz-Ottfried Dust. I can't find the cause :-(
  38.     Please test it, and use it or not. If you want, you can test it with
  39.     CLI-Arguments. (Thanks to G. Dust and W. Meyer)
  40.   - Please report bugs, if you found some!
  41.  
  42. Use:
  43.   This programm is startable from Workbench or CLI.
  44.   For start from Workbench just doubleclick the icon.
  45.   For start from CLI just type in the consolewindow 'MetaView'. You can
  46.   give some options:
  47.  
  48.   - LOADNAME the gfx-file to view
  49.  
  50.   - SAVENAME the gfx-file to save, for converting, if you have give a SAVENAME,
  51.     then the program will not open the window to show the gfx-file
  52.  
  53.   - LOAD/K   force to load the gfx-file as AMF,WMF,CDR, if you dont use this
  54.     option, the program look for the filetype alone
  55.  
  56.   - SAVE/K   save the gfx-file as AMF,EPS,CGM,GEM,WW,ILBM,AMF2 or PRT
  57.              AMF - AmigaMetaFileFormat
  58.              EPS - Encapsulated PostScript
  59.              CGM - Computer Graphics Metafile
  60.              GEM - GEM Metafile
  61.              WW  - WordWorth-ARexx-script
  62.              ILBM - Interleaved Bitmap
  63.              AMF2 - AMF with Previewpicture (* not yet *)
  64.              PRT - Printer
  65.     if you dont use this option, then you get AMF-files
  66.  
  67.   - WIDTH/K  for ILBM and PRINTER the WIDTH of output (ILBM - Pixels,
  68.              PRT - mm)
  69.  
  70.   - HEIGHT/K for ILBM and PRINTER the HEIGHT
  71.  
  72.   - XOFF/K   for PRINTER the x-position in mm
  73.  
  74.   - YOFF/K   for PRINTER the y-position in mm
  75.  
  76.   - DEPTH    Depth for ILBM and PRT-Output
  77.   
  78.   - ERRORS/S writeout all unsupported functions in WMF-files and the structure
  79.              in CDR-files
  80.  
  81.   - NOPROP/S no preserve picture-aspect
  82.  
  83.   the default options are: 
  84.     SAVE   = AMF
  85.     WIDTH  = 640 (ILBM) or 50 (PRT)
  86.     HEIGHT = 400 (ILBM) or 50 (PRT)
  87.     XOFF   = 0
  88.     YOFF   = 0
  89.     DEPTH  = 4
  90.  
  91. History:
  92.   Version 1.4
  93.     NEW:
  94.       - preserve picture-aspect
  95.         thanks to Geoffrey A. Gass
  96.       - enhanced ILBM-export
  97.       - enhanced printing, also from CLI
  98.     FIXED:
  99.       - Installer-Bug,
  100.         thanks to Geoffrey A. Gass
  101.     CHANGES in 'amigametaformat.library'
  102.       - please look at 'amigametaformat.readme'
  103.   Version 1.3
  104.     NEW:
  105.       - CLI-Arguments
  106.       - batchmode to convert many Cliparts (with s:dpat)
  107.       - automatic gfxtype recognite
  108.     FIXED:
  109.       - Bug with ASL-Requester (mixing file- and pathname),
  110.         thanks to Andreas Kleinert
  111.       - No more 'unexpect End of File' if loading correct WMF,
  112.         thanks to Harry W. Turner II and Geoffrey A. Gass
  113.       - Better colors in WMF-files
  114.     CHANGES in 'amigametaformat.library'
  115.       - please look at 'amigametaformat.readme'
  116.   Version 1.2
  117.     Second public release, first within the AMF-Library.lha.
  118.     NEW:
  119.       - WMF-import
  120.     CHANGES in 'amigametaformat.libary'
  121.       - fix some bugs in CGM-driver with AMF_POLYGON and AMF_FILL_POLY
  122.  
  123. Author:
  124.   Henk Jonas
  125.   Zionskirchstrasse 28
  126.   10119 Berlin
  127.   Germany
  128.  
  129.   email: subvcbhd@dattel.zrz.tu-berlin.de
  130.   tele:  +49 (0)30 4492199
  131.  
  132.   WWW: http://www.cs.tu-berlin.de/~jonash
  133.  
  134. Thanks:
  135.   - to all peoples, that support the AMIGA
  136.   - to all peoples, that understand my bad english ;-)
  137.   - to my girlfriend and my rat ;-)
  138.   - to all peoples that mail or write me
  139.  
  140.  
  141. ============================= Archive contents =============================
  142.  
  143. Original  Packed Ratio    Date     Time    Name
  144. -------- ------- ----- --------- --------  -------------
  145.     1446     637 55.9% 26-Sep-96 18:09:04  MetaView.info
  146.      349     219 37.2% 16-Apr-96 21:13:10 +Click me for testing!
  147.      414     154 62.8% 26-Sep-96 18:09:02 +Click me for testing!.info
  148.     1446     639 55.8% 26-Sep-96 18:09:02 +Examples.info
  149.    51972   24285 53.2% 26-Sep-96 17:17:38 +example1.amf
  150.      673     299 55.5% 26-Sep-96 17:28:34 +example1.amf.info
  151.     3536    1037 70.6% 26-Sep-96 17:41:28 +example2.amf
  152.      673     299 55.5% 26-Sep-96 17:28:34 +example2.amf.info
  153.     2736     907 66.8% 26-Sep-96 17:49:34 +example3.amf
  154.      673     297 55.8% 26-Sep-96 17:28:34 +example3.amf.info
  155.    62696   13277 78.8% 26-Sep-96 18:22:26 +example4.amf
  156.      673     298 55.7% 26-Sep-96 17:28:34 +example4.amf.info
  157.    18732    3146 83.2% 06-Nov-96 16:27:24 +amigametaformat-cgm.driver
  158.    32820    7504 77.1% 06-Nov-96 16:27:24 +amigametaformat-eps.driver
  159.     4636    1924 58.4% 06-Nov-96 16:27:24 +amigametaformat-file.driver
  160.    16112    2968 81.5% 06-Nov-96 16:27:24 +amigametaformat-gem.driver
  161.    24564    6258 74.5% 06-Nov-96 16:27:24 +amigametaformat-region.driver
  162.    24744    6331 74.4% 06-Nov-96 16:27:22 +amigametaformat-window.driver
  163.    10720    3822 64.3% 06-Nov-96 16:27:24 +amigametaformat-ww.driver
  164.     3704    1194 67.7% 06-Nov-96 16:27:08 +amigametaformat.library
  165.      943     571 39.4% 11-Nov-96 11:49:22 +amigametaformat.readme
  166.   111444   29912 73.1% 11-Nov-96 11:42:26 +MetaView
  167.     5050    1253 75.1% 11-Nov-96 11:59:08 +MetaView.bak
  168.      664     327 50.7% 26-Sep-96 18:09:02 +MetaView.info
  169.     5050    1253 75.1% 11-Nov-96 12:00:54 +MetaView.install
  170.      705     356 49.5% 26-Sep-96 18:09:02 +MetaView.install.info
  171.     4447    1979 55.4% 11-Nov-96 11:46:50 +MetaView.readme
  172.      623     246 60.5% 26-Sep-96 18:09:02 +MetaView.readme.info
  173. -------- ------- ----- --------- --------
  174.   392245  111392 71.6% 12-Nov-96 01:46:44   28 files
  175.